Delbin: fix tyop in 'down right' and change tombstone->cemetery.
authorrobertl <robertl>
Sat, 5 Sep 2009 16:52:37 +0000 (16:52 +0000)
committerrobertl <robertl>
Sat, 5 Sep 2009 16:52:37 +0000 (16:52 +0000)
delbin.c

index 92c24d00344a64a3590646c391e91ecb1e261132..ccab649b8b4dadaab3675b183544f777433ea7e4 100644 (file)
--- a/delbin.c
+++ b/delbin.c
@@ -2251,7 +2251,7 @@ delbin_write(void)
                message_write(MSG_CAPABILITIES, &m);
                if (message_read(MSG_CAPABILITIES, &m)) {
                        const msg_capabilities_t* p = m.data;
-                       device_max_waypoint = le_read32(p->max_waypoints);
+                       device_max_waypoint = le_readu32(p->max_waypoints);
                }
                message_free(&m);
 
@@ -2988,7 +2988,7 @@ static const char* const waypoint_symbol_name[] = {
        "Arrow Up Left",
        "Arrow Up Right",
        "Arrow Down Left",
-       "Arrow Dow Right",
+       "Arrow Down Right",
        "Green Star",
        "Yellow Square",
        "Red X",
@@ -3052,7 +3052,7 @@ static const char* const waypoint_symbol_name[] = {
        "Telephone",
        "Traffic Light",
        "Fire Hydrant",
-       "Tombstone",
+       "Cemetery",
        "Picnic Table",
        "Tent",
        "Shelter",